@charset "UTF-8";
footer{
    margin-top: 60px;
}
.footer{
    padding: 50px 0 30px;
    background: #f1f1f1;
    width: 100%;
}
footer>.index-top{
    margin-bottom: 0;
    height: 397px;
    background-size: 100% 100%;
    background: url('/eight/images/footer-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.index-top>.desc{
    width: 100%;
    max-width: 368px;
    margin: 20px auto 38px;
}
.footer-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 5px;
    width: 100%;
    max-width: 734px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 38px 38px 38px 38px;
    border-radius: 38px 38px 38px 38px;
}
.search-btn{
    width: 42px;
    height: 42px;
    background: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}